home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / fold.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  1.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4. FOLD(1L)          Misc. Reference Manual Pages           FOLD(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      fold - wrap each input line to fit in specified width
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ffffoooolllldddd [-bs] [-w width] [--bytes] [--spaces] [--width=width] [
  13.      --help] [--version] [file...]
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This manual page documents the GNU version  of  ffffoooolllldddd.   ffffoooolllldddd
  17.      prints  the  specified  files, or the standard input when no
  18.      files are given or the filename `-' is encountered,  on  the
  19.      standard output.  It breaks long lines into multiple shorter
  20.      lines by inserting a newline at column 80.  It counts screen
  21.      columns,  so  tab  characters  usually  take  more  than one
  22.      column, backspace characters decrease the column count,  and
  23.      carriage  return  characters  set  the  column count back to
  24.      zero.
  25.  
  26.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  27.      -_b, --_b_y_t_e_s
  28.           Count bytes rather than columns, so  that  tabs,  back-
  29.           spaces, and carriage returns are each counted as taking
  30.           up one column, just like other characters.
  31.  
  32.      -_s, --_s_p_a_c_e_s
  33.           Break at word boundaries.  If  the  line  contains  any
  34.           blanks,  the  line  is broken after the last blank that
  35.           falls within the maximum line length.  If there are  no
  36.           blanks,  the line is broken at the maximum line length,
  37.           as usual.
  38.  
  39.      -_w, --_w_i_d_t_h _w_i_d_t_h
  40.           Use a maximum line length of _w_i_d_t_h columns  instead  of
  41.           80.
  42.  
  43.      --_h_e_l_p
  44.           Print a usage message and exit with a non-zero status.
  45.  
  46.      --_v_e_r_s_i_o_n
  47.           Print version information on standard output then exit.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU Text Utilities                1
  64.  
  65.  
  66.  
  67.